InvalidationKeyType
import { InvalidationKeyType } from "@hyper-fetch/react"
Description
Defined in react/src/types/invalidation.types.ts:3
Preview
type InvalidationKeyType = string | RequestInstance | RegExp;
Structure
string | Request<any, any, any, any, any, any, BaseAdapterType<any, any, any, any, any>, any, any, any> | RegExp